TessellatedFace(IList<XYZ>, ElementId)
Description:
Autodesk.Revit.DB.
Autodesk.Revit.DB.
Overloads (2):
public TessellatedFace(
IList<XYZ> outerLoopVertices,
ElementId materialId
)
-
IList<XYZ>outerLoopVerticesBoundary vertices without duplication of the ends - i.e., a boundary of a triangular face consists of 3 (and NOT 4) vertices. It is expected that boundaries are in CCW order with respect to the face normal in the solid. Boundaries in CW order will still be handled by TessellatedShapeBuilder, but performance may deteriorate. Contents of this parameter will be changed while constructing the face.
-
materialIdMaterial of the face to be used when the result is a Solid or a Sheet. If the result is a Mesh, a material will be assigned to the entire Mesh.
-
A non-optional argument was null
No comments yet. Start the discussion.
Loading…